<?xml version="1.0"?>

<PropertyList>
	
 <generic>

  <output>
   <line_separator>\r\n</line_separator>
   <var_separator>,</var_separator>
   <chunk>
	 <format>XGPSFlightGear</format>
	</chunk>

   <chunk>
    <name>longitude</name>
    <type>float</type>
    <format>%.10f</format>
    <node>/position/longitude-deg</node>
   </chunk>


   <chunk>
    <name>latitude</name>
    <type>float</type>
    <format>%.10f</format>
    <node>/position/latitude-deg</node>
   </chunk>



   <chunk>
    <name>altitude (m)</name>
    <type>float</type>
    <format>%.3f</format>
    <node>/position/altitude-ft</node>
    <factor>0.3048</factor>                  <!-- feet to metre -->
   </chunk>

   <chunk>
    <name>track</name>
    <type>float</type>
    <format>%.8f</format>
    <node>/orientation/track-deg</node>             
   </chunk>
   <chunk>
    <name>Groundspeed</name>
    <type>float</type>
    <format>%.8f</format>
    <node>/velocities/groundspeed-kt</node>
    <factor>0.514444444</factor>                  <!-- kts to mps -->
   </chunk>

  </output>

 </generic>

</PropertyList>
